chore(deps): update dependency electron to v30 - autoclosed #398
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
23.3.13
->30.0.0
Release Notes
electron/electron (electron)
v30.0.0
Compare Source
v29.3.1
: electron v29.3.1Compare Source
Release Notes for v29.3.1
Fixes
<__assertion_handler>
header when compiling with libc++. #41845 (Also in 30)Other Changes
v29.3.0
: electron v29.3.0Compare Source
Release Notes for v29.3.0
Fixes
Other Changes
v29.2.0
: electron v29.2.0Compare Source
Release Notes for v29.2.0
Fixes
Storage.{get|set|clear}Cookies
via the Chrome DevTools Protocol. #41739 (Also in 28, 30)Other Changes
3296748
.3271834
.3263494
. #41746Documentation
Unknown
navigator.serial
. #41735 (Also in 30)v29.1.6
: electron v29.1.6Compare Source
Release Notes for v29.1.6
Fixes
shell.showItemInFolder
not opening Windows Explorer if the passed path contains forward slashes. #41672 (Also in 28, 30)chrome.scripting
on extension unload. #41701 (Also in 30)serial-port-added
event improperly respected filters set byserial.requestPort()
. #41636 (Also in 28, 30)Other Changes
v29.1.5
: electron v29.1.5Compare Source
Release Notes for v29.1.5
Fixes
Other Changes
v29.1.4
: electron v29.1.4Compare Source
Release Notes for v29.1.4
Other Changes
v29.1.3
: electron v29.1.3Compare Source
Release Notes for v29.1.3
Fixes
chrome://process-internals
failing to load. #41542 (Also in 28, 30)Other Changes
4026530
. #41573v29.1.2
: electron v29.1.2Compare Source
Release Notes for v29.1.2
Fixes
chrome://process-internals
failing to load. #41542 (Also in 28, 30)Other Changes
4026530
. #41573v29.1.1
: electron v29.1.1Compare Source
Release Notes for v29.1.1
Fixes
user-did-{resign|become}-active
were not emitted properly on macOS. #41527 (Also in 28, 30)webContents.print(options)
failed ifoptions
was not passed orundefined
is passed. #41479 (Also in 28, 30)Other Changes
v29.1.0
: electron v29.1.0Compare Source
Release Notes for v29.1.0
Features
Fixes
Other Changes
v29.0.1
: electron v29.0.1Compare Source
Release Notes for v29.0.1
Fixes
Other Changes
v29.0.0
: electron v29.0.0Compare Source
Release Notes for v29.0.0
Stack Upgrades
122.0.6261.39
20.9.0
12.2
Breaking Changes
contextBridge
are now called with the expected receiver (this
). #39978 (Also in 27, 28)gpu-process-crashed
event onapp
has been deprecated. #40169 (Also in 28)gpu-process-crashed
event onapp
has been removed. #40255renderer-process-crashed
event onapp
andcrashed
event onWebContents
and<webview>
have been removed. #40115Features
Additions
WebContentsView
andBaseWindow
, replacing the now-deprecatedBrowserView
APIs. #40759keyboardLock
toses.setPermissionRequestHandler(handler)
. #40369 (Also in 26, 27, 28)protocol.registerSchemesAsPrivileged
to allow V8 code cache in custom schemes. #40544 (Also in 27, 28)file://
protocol into more secure and restrictive behaviour that matches Chromium. #40372webUtils.getPathForFile
method to replaceFile.path
augmentation. #38776use_remote_checksums
via.npmrc
. #40253app.{set|get}LoginItemSettings(settings)
to use Apple's new recommended underlying framework on macOS. #37244display
object includingdetected
,maximumCursorSize
, andnativeOrigin
. #40497 (Also in 28)Removed/Deprecated
Fixes
ThumbnailCapturerMac
andScreenCaptureKitStreamPickerSonoma
chromium feature flags to bypass deprecated API warning on macOS 14.4. #41329import.meta.url
did not work in the renderer process withcontextIsolation
enabled. #41265original-fs
methods were not properly corrected for patched imports. #41238GrantFileProtocolExtraPrivileges
not correctly preventingfetch()
calls tofile://
URLs. #40864Also in earlier versions...
-webkit-app-region: drag;
has no effect in full screen mode. #41332 (Also in 27, 28)chrome:
pages. #40390 (Also in 27, 28)session.fromPartition()
key lookup bug. #41084 (Also in 28)ready
event was emitted on Linux. #40925 (Also in 26, 27, 28)async_hooks
crash when listening for therestore
event on Windows after minimizing a maximized BrowserWindow. #41146 (Also in 27, 28)dialog.showMessageBoxSync
. #41043 (Also in 27, 28)async_hook
corruption in some error contexts. #40574 (Also in 26, 27, 28)dialog.showOpenDialog
on macOS. #40308 (Also in 27, 28)notification.close()
if they'd previously been dismissed. #40197 (Also in 26, 27, 28)MessagePorts
were not being correctly garbage collected when not referenced. #40189 (Also in 28)inAppPurchase.getProducts
andinAppPurchase.purchasedProduct
did not resolve as expected. #40957 (Also in 27, 28)navigator.keyboard.lock()
did not work per latest expected behavior. #40365 (Also in 26, 27, 28)select-usb-device
did not respect thefilter
option innavigator.usb.requestDevice()
. #41197 (Also in 27, 28)webContents.printToPDF
could fail when certain combinations ofmargins
andpageSize
values are passed. #41266 (Also in 28)node::Environment
destruction potentially wouldn't be propagated to theNodeService
exit handler. #41301 (Also in 27, 28)webContents.capturePage()
on Windows and Linux. #39730 (Also in 25, 26, 27, 28)printBackground
option inwebContents.printToPDF
did not work as expected. #41180 (Also in 28)shell.showItemInFolder
not being escaped in Linux. #40527 (Also in 26, 27, 28)node_modules
throwIfNoEntry
option infs.statSync
/fs.lstatSync
in asar files. #40221 (Also in 28)activateIgnoringOtherApps
for focusing non-panels on macOS. #40570 (Also in 28)Other Changes
Notices
End of Support for 26.x.y
Electron 26.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
v28.3.1
: electron v28.3.1Compare Source
Release Notes for v28.3.1
Fixes
Other Changes
v28.3.0
: electron v28.3.0Compare Source
Release Notes for v28.3.0
Features
Fixes
Other Changes
v28.2.10
: electron v28.2.10Compare Source
Release Notes for v28.2.10
Fixes
Storage.{get|set|clear}Cookies
via the Chrome DevTools Protocol. #41738 (Also in 29, 30)Other Changes
3296748
.3271834
.3263494
. #41747Documentation
v28.2.9
: electron v28.2.9Compare Source
Release Notes for v28.2.9
Fixes
shell.showItemInFolder
not opening Windows Explorer if the passed path contains forward slashes. #41670 (Also in 29, 30)serial-port-added
event improperly respected filters set byserial.requestPort()
. #41637 (Also in 29, 30)Other Changes
v28.2.8
: electron v28.2.8Compare Source
Release Notes for v28.2.8
Other Changes
3252967
. #41607v28.2.7
: electron v28.2.7Compare Source
Release Notes for v28.2.7
Fixes
chrome://process-internals
failing to load. #41541 (Also in 29, 30)user-did-{resign|become}-active
were not emitted properly on macOS. #41526 (Also in 29, 30)Other Changes
v28.2.6
: electron v28.2.6Compare Source
Release Notes for v28.2.6
Fixes
webContents.print(options)
failed ifoptions
was not passed orundefined
is passed. #41478 (Also in 29, 30)Other Changes
v28.2.5
: electron v28.2.5Compare Source
Release Notes for v28.2.5
Other Changes
v28.2.4
: electron v28.2.4Compare Source
Release Notes for v28.2.4
Fixes
-webkit-app-region: drag;
has no effect in full screen mode. #41330 (Also in 27, 29)Other Changes
4149197
. #41374v28.2.3
: electron v28.2.3Compare Source
Release Notes for v28.2.3
Fixes
webContents.printToPDF
could fail when certain combinations ofmargins
andpageSize
values are passed. #41267 (Also in 29)node::Environment
destruction potentially wouldn't be propagated to theNodeService
exit handler. #41302 (Also in 27, 29)Other Changes
v28.2.2
: electron v28.2.2Compare Source
Release Notes for v28.2.2
Fixes
select-usb-device
did not respect thefilter
option innavigator.usb.requestDevice()
. #41198 (Also in 27, 29)Other Changes
1511567
.1514777
.1511085
.1519980
. #41178v28.2.1
: electron v28.2.1Compare Source
Release Notes for v28.2.1
Fixes
async_hooks
crash when listening for therestore
event on Windows after minimizing a maximized BrowserWindow. #41145 (Also in 27, 29)printBackground
option inwebContents.printToPDF
did not work as expected. #41179 (Also in 29)Other Changes
1407197
. #41105v28.2.0
: electron v28.2.0Compare Source
Release Notes for v28.2.0
Features
Fixes
session.fromPartition()
key lookup bug. #41083 (Also in 29)dialog.showMessageBoxSync
. #41042 (Also in 27, 29)Other Changes
v28.1.4
: electron v28.1.4Compare Source
Release Notes for v28.1.4
Fixes
inAppPurchase.getProducts
andinAppPurchase.purchasedProduct
did not resolve as expected. #40956 (Also in 27, 29)Other Changes
1506535
.v28.1.3
: electron v28.1.3Compare Source
Release Notes for v28.1.3
Fixes
ready
event was emitted on Linux. #40924 (Also in 26, 27, 29)v28.1.2
: electron v28.1.2Compare Source
Release Notes for v28.1.2
Fixes
Other Changes
v28.1.1
: electron v28.1.1Compare Source
Release Notes for v28.1.1
Fixes
v28.1.0
: electron v28.1.0Compare Source
Release Notes for v28.1.0
Features
protocol.registerSchemesAsPrivileged
to allow V8 code cache in custom schemes. #40709 (Also in 27)Fixes
--inspect
port. #40743 (Also in 27)Other Changes
v28.0.0
: electron v28.0.0Compare Source
Release Notes for 28.0.0
Stack Upgrades
120.0.6099.56
18.18.2
12.0
Breaking Changes
BrowserWindow.getTrafficLightPosition()
andBrowserWindow.setTrafficLightPosition()
methods have been removed. #39479app.runningUnderRosettaTranslation()
method has been removed. #39956ipcRenderer.sendTo()
method has been removed. #39087scroll-touch-{begin,end,edge}
events have been removed. #39814backgroundThrottling
to false will disable frames throttling in theBrowserWindow
for allWebContents
displayed by it. #38924Features
Additions
UtilityProcess
API now supports ESM entrypoints. #40047display
object includingdetected
,maximumCursorSize
, andnativeOrigin
. #40554ELECTRON_OZONE_PLATFORM_HINT
environment variable on Linux. #39792In addition to enabling ESM support in Electron itself, Electron Forge also supports using ESM to package, build and develop Electron applications. You can find this support in Forge v7.0.0 or higher: https://github.com/electron/forge/releases/tag/v7.0.0
getWebRTCUDPPortRange
andsetWebRTCUDPPortRange
APIs to specify UDP port range for WebRTC. #39046keyboardLock
toses.setPermissionRequestHandler(handler)
. #40460 (Also in 26, 27)mouse-enter
andmouse-leave
Tray events for Windows. #40072generateTaggedPDF
option towebContents.printToPDF()
to allow generating tagged (accessible) PDFs. #39563tabbingIdentifier
property toBrowserWindow
. #39980 (Also in 26, 27)display
object includingdetected
,maximumCursorSize
, andnativeOrigin
. #40554ELECTRON_OZONE_PLATFORM_HINT
environment variable on Linux. #39792chrome.scripting
extension APIs. #39395 (Also in 25, 26, 27)host_permissions
,author
, andshort_name
. #39599 (Also in 26, 27)webContents.downloadURL()
. #39455 (Also in 25, 26, 27)systemPreferences.getColor(name)
to return an RGBA hex value (#RRGGBBAA
) instead of a plain RGB (#RRGGBB
) value. #38960module.exports
. #39484Improvements
fork()
andexecve()
performance forchild_process
API on Linux. #39253Removed/Deprecated
app.runningUnderRosettaTranslation
property has been deprecated. #39897 (Also in 25, 26, 27)gpu-process-crashed
event onapp
ha